home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / pvt12.zip / PVT.DOC < prev    next >
Text File  |  1990-11-22  |  1KB  |  45 lines

  1.                ======= PVT and PVTVIEW =======
  2.                     (c)1990 Brent Ashley
  3.                         8 Darnock Crt
  4.                       Brampton, Ontario
  5.                            CANADA
  6.  
  7. PVT will take a text file and encrypt it to a 4-letter password 
  8. you provide.  The resulting file can only be viewed with PVTView.
  9.  
  10. PVT SYNTAX:
  11.  
  12. PVT filename.ext
  13.  
  14. PVT creates a file with the same base name, but with the extension 
  15. ".PVT".  If the file already has the PVT extension, or a file of 
  16. that name already exists, IT WILL BE OVERWRITTEN.  The maximum 
  17. original file length is about 40k bytes.
  18.  
  19. PVTView can be used as a normal ASCII file viewer, but when it 
  20. encounters a file scrambled with PVT, it asks for your password 
  21. and unscrambles the file.  A bad password will result in an 
  22. unreadable view.  The file remains in encrypted form and 
  23. unchanged.
  24.  
  25. The maximum target file length is about 40k.
  26.  
  27. PVTView Syntax:
  28.  
  29. PVTView filename.ext
  30.  
  31. Try PVTView with both the PVT.DOC (This file) and the PVT.PVT file 
  32. (this file scrambled by PVT with the password "TEST")
  33.  
  34. -------------------------------------------------------------------
  35. PVT 1.2 update:
  36.  
  37. Print Screen is now disabled in PVTView when viewing a Private 
  38. file.
  39.  
  40. PVT can be aborted by pressing <Esc> during password entry, or 
  41. with a password of four spaces.
  42.  
  43. Password calculation enhanced.
  44.  
  45.